home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_128_enlargedata.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  407 b   |  11 lines

  1. procedure EnlargeData(dataName : Str255; factor : integer; fill : real;enlargeType : integer; resultName : Str255);
  2.  
  3. dataName = Data window name
  4. factor = Enlargement factor
  5. fill = fill number
  6. enlargeType = type of enlargement
  7. resultName = Resulting data window name.
  8.  
  9. Enlarges the specified data by nearest neighbor (0), using fill number (1), or fill and interpolate (2).
  10.  
  11. Also see:  ReduceData  SizeData